simetrix.NetlistReturn¶
- class simetrix.NetlistReturn¶
Bases:
objectReturn data from
Schematic.netlist()method.Methods
Attributes
If status==SchematicStatus.FILEOPENFAIL, returns information about why the file failed to open.
If status==SchematicStatus.NETLISTERRORS, returns information about the netlist errors.
Full file system path of netlist.
Status of netlist operation.
- property fileforensic: FileForensic¶
If status==SchematicStatus.FILEOPENFAIL, returns information about why the file failed to open.
- property netlistErrorMessage: str¶
If status==SchematicStatus.NETLISTERRORS, returns information about the netlist errors.
- property path: str¶
Full file system path of netlist. Empty of netlist operation fails.
- property status: SchematicStatus¶
Status of netlist operation. Can return values SchematicStatus.NOERR, SchematicStatus.NOSCHEMATIC, SchematicStatus.FILEOPENFAIL, SchematicStatus.NETLISTERRORS and SchematicStatus.UNEXPECTED.